﻿html, body, iframe {
	margin:0; 
	padding:0; 
}

body.searchcontents {
	background: #dce3e4;
	overflow: hidden;
}

.hidden {
	display:none;
}


body.help_panel div#s_anchor {
	position: relative;
}

body.help_panel div.morehelpContainer {
    position: relative;
    z-index: 1;
    clear: both;
    top: 0;
    top: 15px;
    top: 0;
    right: 0;
    height: auto;
    width: auto;
    margin: -15px 0 0 0;
    padding: 0 0 0 0;
    float: right;
}


div.searchDetails {
	padding-left: 10px;
	padding-right: 5px;
}

div#searchDetailsDiv {
	position: relative;
	top:-20px;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
}


body.help_panel #searchbox {
    position: relative;
    width: auto;
    height: auto;
    padding: 0px 0px 0 0;
    margin: 0 10px 0 0
}
body.help_panel div#searchDetailsDiv {
	left: 0;

}

body.search button#btnSearch.btn {
	top: 10px;
    left: 0;
    width: 35px;
    height: 35px;
    background: transparent;
    position: absolute;
}

#inHeading +label {
	display: inline;
	font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
}

p.searchDetails {
	width: 100%;
	height: auto;
	font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #333333;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	line-height: normal;
	text-align: left;
	text-indent: 0cm;
	white-space: normal;
}

.searchResultsDiv {
	position: relative;
	height: 100%;
	width: 100%;
	padding-right: 15px;
	padding-left: 0;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 100%;
}



ol.searchResults {
	position: relative;
	list-style-position: inside;
	left: 0;
	margin-left: -30px;
	color: #1a1816;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

ol.searchResults li {
	padding-top: 10px;
	font-weight: bold;
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

ol.searchResults li > span {
	font-weight: normal;
	margin-left: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px
}

ol.searchResults li > span a {
	padding-top: 10px;
}

div.searchFormTable {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	top: -15px;
}

div.searchFormTable.hidden {
	
	display: none;
}



#searchbox .pgbu-icon-magnifying-glass::before {
	position: absolute;
	margin: 0;
	left: 5px;
	top: 5px !important;
	padding-top: 15px;
    padding-left: 3px;
}

#reviseSearchDiv {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-top: 35px;
}

#reviseSearchDiv p {
	padding-top: 0;
	padding-bottom: 0px;
}


#searchInputContainer {
	position: relative;
	width: 100%;
	margin-right: 35px;
	padding-top: 15px;
	padding-right: 35px;
	
}
#searchInputContainer input[type="text"] {
	margin-right: -25px;
	padding-right: 30px;
	position: relative;
	width: 100%;
	padding-left: 30px;
}
#searchInputContainer input[type="checkbox"] {
	position: relative;
	left: 0;
	width: 10px;
	height: 10px;
	top: 2px;
}
#searchInputContainer label {
	position: relative;
	top: 2px;
	height: 100%;
	width: 100%;

}

#searchOptions {
	position: relative;
	margin-bottom: 5px;
	top: 0;
}

#searchOptions.searchTopic {
	top: 0;
}

.searchPaging {
	position: relative;
	height: auto;
	width: 100%;
	padding-left: 10px;
}


.searchResults .notshown {
	display: none;
}


.searchResults .shown {
	display: block;
}
div#pagenofn {
	margin-right: 20px;
	margin-left: 15px;
	position: relative;
	float: right;
	bottom: 26px;
}

a.disabledAnchor, a.disabledAnchor:hover {
   pointer-events: none;
   color: #333333;
}

p.bodytext {
	font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

h1.heading2 {
	margin-top: 15px;
}

div#breadcrumbContainer + h1.heading2 {
	margin-top: 30px;
}

hr.searchHR {
	display: none;
}

div#NextTopicContainer {
	float: right;
}